home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 2 (Reseller) / Apple R&P Lib Reseller v2.0.iso / 4-Fonts & Software / Demo Software / AppMaker / Demo AppMaker™ / Demo AppMaker™.rsrc / TmpC_521_Edit.Cut.txt < prev    next >
Text File  |  1989-04-09  |  161b  |  2 lines

  1. # (decoded with TMPL 13671)
  2. /*----------*/void DoCut (void);void DoCut (){    if (cur->text != nil) {        TECut (cur->text);        scrapDirty = true;    }} /*DoCut*/